home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 70 / Cine Live 70.iso / pc / Data / Interface / mcm.k < prev    next >
Encoding:
Text File  |  2002-01-09  |  5.9 KB  |  170 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$0000018C,$000000D2,$0000022B,$000002CD,$00000000,$00000000,$00000000,$00000000};
  6.         LayoutWindow is {$000000D2,$00000088,$0000028F,$000001EF,$00000000,$00000000,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oMusic2,
  16.         oPUBALLO3,
  17.         ofilmo_retour4,
  18.         ommsomm5,
  19.         oBox6
  20.     ];
  21.     Events is [
  22.         cOnscreenEvent
  23.         with 
  24.             Commands is [
  25.                 cRunCommand
  26.                 with Target is oMusic2; Rewind is true; end
  27.             ];
  28.         end,
  29.         cKeyboardEvent
  30.         with Value is "+"; 
  31.             Commands is [
  32.                 cSetVolumeCommand
  33.                 with Flags is $00000004; Mode is ExecuteHigher; end
  34.             ];
  35.         end,
  36.         cKeyboardEvent
  37.         with Value is "-"; 
  38.             Commands is [
  39.                 cSetVolumeCommand
  40.                 with Mode is ExecuteLower; end
  41.             ];
  42.         end,
  43.         cKeyboardEvent
  44.         with Value is "m"; 
  45.             Commands is [
  46.                 cRunCommand
  47.                 with Target is oMusic2; Mode is Toggle; Rewind is true; end
  48.             ];
  49.         end
  50.     ];
  51. end;
  52.  
  53. object oMusic2 is cSound
  54. with 
  55.     Name is "Music"; 
  56.     
  57.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  58.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  59.     Looping is true; 
  60.     URL is "../Sons/1.mp3"; 
  61.     
  62. end;
  63.  
  64. object oPUBALLO3 is cImage
  65. with 
  66.     Flags is $00000150; 
  67.     Name is "PUBALLO"; 
  68.     Enabled is false; 
  69.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  70.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  71.     
  72.     URL is "../Images/pubmcm.jpg"; 
  73.     
  74.     
  75. end;
  76.  
  77. object ofilmo_retour4 is cImage
  78. with 
  79.     Flags is $00000154; 
  80.     Name is "filmo retour"; 
  81.     Shown is false; Cursor is oFingerCursor; 
  82.     X is 475; Y is 573; 
  83.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  84.     
  85.     URL is "../Images/actor%20retour.jpg"; 
  86.     
  87.     
  88.     Events is [
  89.         cMouseEnterEvent
  90.         with Flags is $00000004; 
  91.             Commands is [
  92.                 cShowCommand
  93.                 with Flags is $00000004; Target is oTargetSelf; end
  94.             ];
  95.         end,
  96.         cMouseLeaveEvent
  97.         with Flags is $00000004; 
  98.             Commands is [
  99.                 cShowCommand
  100.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  101.             ];
  102.         end,
  103.         cMouseUpEvent
  104.         with Flags is $00000004; Flag is true; 
  105.             Commands is [
  106.                 cBackCommand
  107.                 with Flags is $00000004; end
  108.             ];
  109.         end
  110.     ];
  111. end;
  112.  
  113. object ommsomm5 is cImage
  114. with 
  115.     Flags is $00000150; 
  116.     Name is "mmsomm"; 
  117.     Shown is false; Cursor is oFingerCursor; 
  118.     X is 629; Y is 573; 
  119.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  120.     
  121.     URL is "../../data/Images/map%20somm2.jpg"; 
  122.     
  123.     
  124.     Events is [
  125.         cMouseEnterEvent
  126.         with Flags is $00000004; 
  127.             Commands is [
  128.                 cShowCommand
  129.                 with Flags is $00000004; Target is oTargetSelf; end
  130.             ];
  131.         end,
  132.         cMouseLeaveEvent
  133.         with Flags is $00000004; 
  134.             Commands is [
  135.                 cShowCommand
  136.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  137.             ];
  138.         end,
  139.         cMouseUpEvent
  140.         with Flags is $00000004; Flag is true; 
  141.             Commands is [
  142.                 cRunCommand
  143.                 with Flags is $00000004; Target is oMusic2; Mode is Clear; Rewind is true; end,
  144.                 cBrowseCommand
  145.                 with Flags is $00000004; URL is "sommaire.k"; end
  146.             ];
  147.         end
  148.     ];
  149. end;
  150.  
  151. object oBox6 is cBox
  152. with 
  153.     Flags is $00000150; 
  154.     Name is "Box"; 
  155.     Region is {$FFFF0414,$00510011,$00CF0152,$005100B3,$00B57FFF,$005200B0,$00B300B5,$00B87FFF,$005300AC,$00B000B8,$00BB7FFF,$005400A8,$00AC00BB,$00BE7FFF,$005500A5,$00A800BE,$00C17FFF,$005600A1,$00A500C1,$00C47FFF,$0057009D,$00A100C4,$00C77FFF,$0058009A,$009D00C7,$00C97FFF,$00590096,$009A00C9,$00CC7FFF,$005A0092,$009600CC,$00CF7FFF,$005B008F,$009200CF,$00D27FFF,$005C008C,$008F00D2,$00D57FFF,$005D008B,$008C00D5,$00D87FFF,$005E0089,$008B00D8,$00DB7FFF,$005F0088,$008900DB,$00DD7FFF,$00600086,$008800DD,$00DE7FFF,$00610085,$008600DE,$00DF7FFF,$00620084,$008500DF,$00E07FFF,$00630082,$008400E0,$00E17FFF,$00640081,$00827FFF,$0065007F,$008100E1,$00E27FFF,$0066007E,$007F00E2,$00E37FFF,$0067007C,$007E00E3,$00E47FFF,$0068007B,$007C00E4,$00E57FFF,$00690079,$007B00E5,$00E67FFF,$006A0078,$007900E6,$00E77FFF,$006B0076,$00787FFF,$006C0075,$007600E7,$00E87FFF,$006D0074,$007500E8,$00E97FFF,$006E0072,$007400E9,$00EA7FFF,$006F0071,$007200EA,$00EB7FFF,$0070006F,$007100EB,$00EC7FFF,$0071006E,$006F7FFF,$0072006C,$006E00EC,$00ED7FFF,$0073006B,$006C7FFF,$00740069,$006B7FFF,$00750068,$006900ED,$00EE7FFF,$00760066,$00687FFF,$00770065,$00667FFF,$00780064,$006500EE,$00EF7FFF,$00790062,$00647FFF,$007A0061,$00627FFF,$007B005F,$006100EF,$00F07FFF,$007C0022,$003F005E,$005F7FFF,$007D003F,$005E00F0,$01007FFF,$007E0021,$00220100,$01217FFF,$007F0121,$01427FFF,$00800142,$01527FFF,$00810020,$00210151,$01527FFF,$0084001F,$00200150,$01517FFF,$0086014F,$01507FFF,$0087001E,$001F7FFF,$0088014E,$014F7FFF,$008A001D,$001E7FFF,$008B014D,$014E7FFF,$008D001C,$001D014C,$014D7FFF,$0090001B,$001C014B,$014C7FFF,$0092014A,$014B7FFF,$0093001A,$001B7FFF,$00940149,$014A7FFF,$00960019,$001A7FFF,$00970148,$01497FFF,$00990018,$00190147,$01487FFF,$009C0017,$00180146,$01477FFF,$009E0145,$01467FFF,$009F0016,$00177FFF,$00A00144,$01457FFF,$00A20015,$00167FFF,$00A30143,$01447FFF,$00A50014,$00150142,$01437FFF,$00A80013,$00140141,$01427FFF,$00AA0140,$01417FFF,$00AC0012,$0013013F,$01407FFF,$00AF013E,$013F7FFF,$00B00011,$0012005D,$0076012B,$013E7FFF,$00B1002B,$005D0116,$012B7FFF,$00B20011,$002B0076,$00777FFF,$00B40077,$00780115,$01167FFF,$00B70078,$00797FFF,$00B90079,$007A7FFF,$00BA0114,$01157FFF,$00BB007A,$007B7FFF,$00BD007B,$007C7FFF,$00BF007C,$007D7FFF,$00C0007D,$00800113,$01147FFF,$00C10080,$00837FFF,$00C20083,$00867FFF,$00C30086,$00897FFF,$00C40089,$008B7FFF,$00C5008B,$008E7FFF,$00C6008E,$00910112,$01137FFF,$00C70091,$00947FFF,$00C80094,$00977FFF,$00C90097,$009A010D,$01127FFF,$00CA009A,$009C0100,$010D7FFF,$00CB009C,$009F00F3,$01007FFF,$00CC009F,$00A200E6,$00F37FFF,$00CD00A2,$00A500D9,$00E67FFF,$00CE00A5,$00A800BF,$00D97FFF,$00CF00A8,$00BF7FFF,$7FFF0000};
  156.     Shown is false; Cursor is oEarthCursor; 
  157.     X is 219; Y is 136; 
  158.     Width is 365; Height is 298; 
  159.     
  160.     
  161.     Events is [
  162.         cMouseUpEvent
  163.         with Flags is $00000004; Flag is true; 
  164.             Commands is [
  165.                 cLaunchCommand
  166.                 with Flags is $00000004; URL is "http://www.mcm.net"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  167.             ];
  168.         end
  169.     ];
  170. end;